Skip to content

Fixed the priority of the sticky locale example #9168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

javiereguiluz
Copy link
Member

This fixes #9164.

@@ -54,8 +54,8 @@ how you determine the desired locale from the request::
public static function getSubscribedEvents()
{
return array(
// must be registered after the default Locale listener
KernelEvents::REQUEST => array(array('onKernelRequest', 15)),
// must be registered before (i.e. higher priority than) the default Locale listener
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe "(i.e. with a higher priority than)"?

javiereguiluz added a commit that referenced this pull request Jan 29, 2018
…uiluz)

This PR was squashed before being merged into the 2.7 branch (closes #9168).

Discussion
----------

Fixed the priority of the sticky locale example

This fixes #9164.

Commits
-------

a859e36 Fixed the priority of the sticky locale example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants